home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3875 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: mckinley.cit.macalstr.edu!jmorris
  2. From: jmorris@math.macalstr.edu (Jesse Morris)
  3. Newsgroups: comp.lang.pascal.borland,comp.lang.pascal.mac,comp.lang.pascal.ansi-iso,comp.lang.pascal.misc,comp.sys.amiga.programmer,comp.graphics.algorithms,comp.os.ms-windows.programmer.graphics,comp.sys.amiga.graphics
  4. Subject: Re: 3d programming
  5. Followup-To: comp.lang.pascal.borland,comp.lang.pascal.mac,comp.lang.pascal.ansi-iso,comp.lang.pascal.misc,comp.sys.amiga.programmer,comp.graphics.algorithms,comp.os.ms-windows.programmer.graphics,comp.sys.amiga.graphics
  6. Date: 19 Feb 1996 19:41:34 GMT
  7. Organization: Macalester College, St. Paul Mn    
  8. Message-ID: <4gajpe$4m7@mckinley.cit.macalstr.edu>
  9. References: <4f3od9$2jg@zeus.tcp.co.uk> <jderrick-0502961551360001@slip037.csc.cuhk.hk> <3118310E.52F@psu.edu> <4fiuh2$qrj@fulton.cs.unc.edu> <311E38D7.71BC@psu.edu> <4frlln$lp5@dfw.nkn.net> <Pine.OSF.3.91.960214142740.20349A-100000@curtis.aa.washington.e
  10.  <4g2vue$3s9@mckinley.cit.macalstr.edu> <4g8b5i$irm@dfw.nkn.net>
  11. NNTP-Posting-Host: budapest.math.macalstr.edu
  12. X-Newsreader: TIN [version 1.2 PL2]
  13.  
  14. > Now where the hell do you get "any ordered pair" from the above definitions, or
  15. > should I dig out my 8th grade linear algebra book :( don't ask why I still have
  16. > it ): .
  17.  
  18. > Just dug it out anyway.  NOWHERE is there a definition or is "vector" even
  19. > listed.
  20.  
  21. > Just did a little more research.  Guess what. . . "Vector" is not considered a
  22. > part of "linear Algebra", it is a part of Physics and Calculus.  So unless you
  23. > have an 8th grade education and that is where you stopped, your definition of
  24.  
  25.     Linear algebra from 8th grade is different from the college level 
  26. linear algebra - it generally deals with the specific case of two 
  27. dimensional space.  A college linear algebra course will deal with Ax = b 
  28. in n dimensional space.  A is a matrix, and x and b are called vectors, 
  29. which are really (at least in this context) simply a n x 1 matrices. 
  30. (Note that in matrices mxn means m rows and n columns reverse of normal 
  31. x, y convention)
  32.  
  33. --
  34. /*************************************************************\
  35. **< jrmorris@macalstr.edu >*< cuth@gryphon.ccs.brandeis.edu >**
  36. ***************************************************************
  37. **<     Jesse Morris     >************< enrico@max.tiac.net >**
  38. **<  Macalester College  >*************************************
  39. **<  1600 Grand Avenue   >***  Fencing - Juggling - Madness  **
  40. **<  St. Paul, MN 55105  >****  C Programming - Musicmaking ***
  41. **< voice 1.612.696.7284 >***  Dramatic Lighting - Et cetera **
  42. \*************************************************************/
  43.